home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 5 / BBS in a Box -Volume V (BBS in a Box) (April 1992).iso / Files / Bus / A / 4dSample.cpt / Proc.Ext.rsrc / 4DTE_15059 < prev    next >
Encoding:
Text File  |  1988-03-14  |  507 b   |  14 lines

  1. PictureInfos(Expr;Var1;Var2;Var3;Var4)
  2.    Expr is a picture expression
  3.    Var1...Var4 are numeric variables
  4.  
  5. PictureInfos returns in variables the size and the location of the picture specified by Expr.
  6.  
  7. After the call :
  8.  
  9. Var1 is equal to the horizontal coordinate of the top left corner of the picture.
  10. Var2 is equal to the vertical coordinate of the top left corner of the picture.
  11. Var3 is equal to the width of the picture.
  12. Var4 is equal to the height of the picture.
  13.  
  14. All values are expressed in pixels.